Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cloning of NamedListLike objects #7769

Merged
merged 5 commits into from
Mar 13, 2025
Merged

Conversation

s-alexey
Copy link
Contributor

Fixed an error where cloning with only the object keyword argument caused an exception.

Fixed an error where cloning with only the `object` keyword argument caused an exception.
Copy link

codecov bot commented Mar 11, 2025

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.16%. Comparing base (e2458f8) to head (399e2b8).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
panel/layout/base.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7769      +/-   ##
==========================================
- Coverage   87.11%   86.16%   -0.95%     
==========================================
  Files         346      346              
  Lines       52793    52793              
==========================================
- Hits        45988    45488     -500     
- Misses       6805     7305     +500     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hoxbro hoxbro changed the title Fix cloning of NamedListLake objects Fix cloning of NamedListLike objects Mar 12, 2025
@hoxbro
Copy link
Member

hoxbro commented Mar 12, 2025

Looks ok to me. Can you add a test for this?

@s-alexey
Copy link
Contributor Author

Looks ok to me. Can you add a test for this?

I've extended existing ones, hope that's ok

@philippjfr
Copy link
Member

Thanks for the fix!

@philippjfr philippjfr merged commit 98fffdf into holoviz:main Mar 13, 2025
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants